home *** CD-ROM | disk | FTP | other *** search
/ Risc World 5 / Risc World 5.iso / SOFTWARE / Issue5 / PD / DIRSYNC / !DirSync / Plugins / !Diff / !Run < prev    next >
Text File  |  2005-01-15  |  567b  |  9 lines

  1. IfThere Run:Diff Then Else Error You need Acorn's 'diff' executable in your !Boot.Library for this functionality to work.
  2. RMEnsure DDEUtils 0 IfThere System:Modules.DDEUtils Then RMLoad System:Modules.DDEUtils Else Error You need DDEUtils in your !System directory for this functionality to work.
  3. IfThere Boot:Utils.HOn Then Run Boot:Utils.HOn { > null: }
  4. CDir <Wimp$ScrapDir>.DirSync
  5. Diff %0 %1 { > <Wimp$ScrapDir>.DirSync.Diff }
  6. <Obey$Dir>.DiffThrowB <Wimp$ScrapDir>.DirSync.Diff
  7. IfThere Boot:Utils.HOff Then Run Boot:Utils.HOff
  8. Remove <Wimp$ScrapDir>.DirSync.Diff
  9.